Skip to content

chore: 🐝 Update SDK - Generate 0.23.0 - #117

Open
github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1786072592
Open

chore: 🐝 Update SDK - Generate 0.23.0#117
github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1786072592

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

SDK update

Versioning

Version Bump Type: [minor] - 🤖 (automated)

Tip

If updates to your OpenAPI document introduce breaking changes, be sure to update the info.version field to trigger the correct version bump.
Speakeasy supports manual control of SDK versioning through multiple methods.

Php SDK Changes:

  • apideck->accounting->refunds->list(): response.data[] Changed (Breaking ⚠️)
  • apideck->accounting->refunds->get(): response.data Changed (Breaking ⚠️)
  • apideck->accounting->salesReceipts->list(): Added
  • apideck->accounting->salesReceipts->create(): Added
  • apideck->accounting->salesReceipts->get(): Added
  • apideck->accounting->salesReceipts->update(): Added
  • apideck->accounting->salesReceipts->delete(): Added
  • apideck->accounting->paymentMethods->list(): Added
  • apideck->accounting->paymentMethods->create(): Added
  • apideck->accounting->paymentMethods->get(): Added
  • apideck->accounting->paymentMethods->update(): Added
  • apideck->accounting->paymentMethods->delete(): Added
  • apideck->accounting->taxRates->list(): response.data[]->customFields[] Changed
  • apideck->accounting->taxRates->create():
    • request->taxRate->customFields[] Changed
  • apideck->accounting->taxRates->get(): response.data->customFields[] Changed
  • apideck->accounting->taxRates->update():
    • request->taxRate->customFields[] Changed
  • apideck->accounting->bills->list(): response.data[]->customFields[] Changed
  • apideck->accounting->bills->create():
    • request->bill->customFields[] Changed
  • apideck->accounting->bills->get(): response.data->customFields[] Changed
  • apideck->accounting->bills->update():
    • request->bill->customFields[] Changed
  • apideck->accounting->invoices->list(): response.data[]->lineItems[]->customFields[] Changed
  • apideck->accounting->invoices->create():
    • request->invoice->lineItems[]->customFields[] Changed
  • apideck->accounting->invoices->get(): response.data->lineItems[]->customFields[] Changed
  • apideck->accounting->invoices->update():
    • request->invoice->lineItems[]->customFields[] Changed
  • apideck->accounting->ledgerAccounts->list(): response.data[]->customFields[] Changed
  • apideck->accounting->ledgerAccounts->create():
    • request->ledgerAccount->customFields[] Changed
  • apideck->accounting->ledgerAccounts->get(): response.data->customFields[] Changed
  • apideck->accounting->ledgerAccounts->update():
    • request->ledgerAccount->customFields[] Changed
  • apideck->accounting->creditNotes->list(): response.data[]->lineItems[]->customFields[] Changed
  • apideck->accounting->creditNotes->create():
    • request->creditNote->lineItems[]->customFields[] Changed
  • apideck->accounting->creditNotes->get(): response.data->lineItems[]->customFields[] Changed
  • apideck->accounting->creditNotes->update():
    • request->creditNote->lineItems[]->customFields[] Changed
  • apideck->accounting->customers->list(): response.data[]->customFields[] Changed
  • apideck->accounting->customers->create():
    • request->customer->customFields[] Changed
  • apideck->accounting->customers->get(): response.data->customFields[] Changed
  • apideck->accounting->customers->update():
    • request->customer->customFields[] Changed
  • apideck->accounting->suppliers->list(): response.data[]->customFields[] Changed
  • apideck->accounting->suppliers->create():
    • request->supplier->customFields[] Changed
  • apideck->accounting->suppliers->get(): response.data->customFields[] Changed
  • apideck->accounting->suppliers->update():
    • request->supplier->customFields[] Changed
  • apideck->accounting->payments->list(): response.data[]->customFields[] Changed
  • apideck->accounting->payments->create():
    • request->payment->customFields[] Changed
  • apideck->accounting->payments->get(): response.data->customFields[] Changed
  • apideck->accounting->payments->update():
    • request->payment->customFields[] Changed
  • apideck->accounting->refunds->create():
    • request->refund Changed
  • apideck->accounting->refunds->update():
    • request->refund Changed
  • apideck->accounting->companyInfo->get(): response.data->defaultSalesTax->customFields[] Changed
  • apideck->accounting->journalEntries->list(): response.data[]->customFields[] Changed
  • apideck->accounting->journalEntries->create():
    • request->journalEntry->customFields[] Changed
  • apideck->accounting->journalEntries->get(): response.data->customFields[] Changed
  • apideck->accounting->journalEntries->update():
    • request->journalEntry->customFields[] Changed
  • apideck->accounting->generalLedgerTransactions->list(): response.data[]->customFields[] Changed
  • apideck->accounting->generalLedgerTransactions->get(): response.data->customFields[] Changed
  • apideck->accounting->purchaseOrders->list(): response.data[]->lineItems[]->customFields[] Changed
  • apideck->accounting->purchaseOrders->create():
    • request->purchaseOrder->lineItems[]->customFields[] Changed
  • apideck->accounting->purchaseOrders->get(): response.data->lineItems[]->customFields[] Changed
  • apideck->accounting->purchaseOrders->update():
    • request->purchaseOrder->lineItems[]->customFields[] Changed
  • apideck->accounting->attachments->list(): response.data[]->fileUrl Added
  • apideck->accounting->attachments->get(): response.data->fileUrl Added
  • apideck->accounting->attachments->download():
    • request->followRedirects Added
  • apideck->accounting->bankAccounts->list(): response.data[]->customFields[] Changed
  • apideck->accounting->bankAccounts->create():
    • request->accountingBankAccount->customFields[] Changed
  • apideck->accounting->bankAccounts->get(): response.data->customFields[] Changed
  • apideck->accounting->bankAccounts->update():
    • request->accountingBankAccount->customFields[] Changed
  • apideck->accounting->billPayments->list(): response.data[]->customFields[] Changed
  • apideck->accounting->billPayments->create():
    • request->billPayment->customFields[] Changed
  • apideck->accounting->billPayments->get(): response.data->customFields[] Changed
  • apideck->accounting->billPayments->update():
    • request->billPayment->customFields[] Changed
  • apideck->accounting->expenses->list(): response.data[]->customFields[] Changed
  • apideck->accounting->expenses->create():
    • request->expense->customFields[] Changed
  • apideck->accounting->expenses->get(): response.data->customFields[] Changed
  • apideck->accounting->expenses->update():
    • request->expense->customFields[] Changed
  • apideck->accounting->bankFeedAccounts->list(): response.data[] Changed
  • apideck->accounting->bankFeedAccounts->create():
    • request->bankFeedAccount Changed
  • apideck->accounting->bankFeedAccounts->get(): response.data Changed
  • apideck->accounting->bankFeedAccounts->update():
    • request->bankFeedAccount Changed
  • apideck->accounting->bankFeedStatements->list(): response.data[]->transactions[]->merchantCategoryCode Added
  • apideck->accounting->bankFeedStatements->create():
    • request->bankFeedStatement->transactions[]->merchantCategoryCode Added
  • apideck->accounting->bankFeedStatements->get(): response.data->transactions[]->merchantCategoryCode Added
  • apideck->accounting->bankFeedStatements->update():
    • request->bankFeedStatement->transactions[]->merchantCategoryCode Added
  • apideck->accounting->quotes->list(): response.data[]->lineItems[]->customFields[] Changed
  • apideck->accounting->quotes->create():
    • request->quote->lineItems[]->customFields[] Changed
  • apideck->accounting->quotes->get(): response.data->lineItems[]->customFields[] Changed
  • apideck->accounting->quotes->update():
    • request->quote->lineItems[]->customFields[] Changed
  • apideck->accounting->projects->list(): response.data[]->customFields[] Changed
  • apideck->accounting->projects->create():
    • request->project->customFields[] Changed
  • apideck->accounting->projects->get(): response.data->customFields[] Changed
  • apideck->accounting->projects->update():
    • request->project->customFields[] Changed
  • apideck->accounting->employees->list(): response.data[]->customFields[] Changed
  • apideck->accounting->employees->create():
    • request->accountingEmployee->customFields[] Changed
  • apideck->accounting->employees->get(): response.data->customFields[] Changed
  • apideck->accounting->employees->update():
    • request->accountingEmployee->customFields[] Changed
  • apideck->accounting->expenseReports->list(): response.data[]->customFields[] Changed
  • apideck->accounting->expenseReports->create():
    • request->expenseReport->customFields[] Changed
  • apideck->accounting->expenseReports->get(): response.data->customFields[] Changed
  • apideck->accounting->expenseReports->update():
    • request->expenseReport->customFields[] Changed
  • apideck->ats->jobs->list(): response.data[]->customFields[] Changed
  • apideck->ats->jobs->create():
    • request->job->customFields[] Changed
  • apideck->ats->jobs->get(): response.data->customFields[] Changed
  • apideck->ats->jobs->update():
    • request->job->customFields[] Changed
  • apideck->ats->applicants->list(): response.data[]->customFields[] Changed
  • apideck->ats->applicants->create():
    • request->applicant->customFields[] Changed
  • apideck->ats->applicants->get(): response.data->customFields[] Changed
  • apideck->ats->applicants->update():
    • request->applicant->customFields[] Changed
  • apideck->crm->companies->list(): response.data[]->customFields[] Changed
  • apideck->crm->companies->create():
    • request->company1->customFields[] Changed
  • apideck->crm->companies->get(): response.data->customFields[] Changed
  • apideck->crm->companies->update():
    • request->company1->customFields[] Changed
  • apideck->crm->contacts->list(): response.data[]->customFields[] Changed
  • apideck->crm->contacts->create():
    • request->contact->customFields[] Changed
  • apideck->crm->contacts->get(): response.data->customFields[] Changed
  • apideck->crm->contacts->update():
    • request->contact->customFields[] Changed
  • apideck->crm->opportunities->list(): response.data[]->customFields[] Changed
  • apideck->crm->opportunities->create():
    • request->opportunity->customFields[] Changed
  • apideck->crm->opportunities->get(): response.data->customFields[] Changed
  • apideck->crm->opportunities->update():
    • request->opportunity->customFields[] Changed
  • apideck->crm->leads->list(): response.data[]->customFields[] Changed
  • apideck->crm->leads->create():
    • request->lead->customFields[] Changed
  • apideck->crm->leads->get(): response.data->customFields[] Changed
  • apideck->crm->leads->update():
    • request->lead->customFields[] Changed
  • apideck->crm->lists->list(): response.data[]->customFields[] Changed
  • apideck->crm->lists->get(): response.data->customFields[] Changed
  • apideck->crm->activities->list(): response.data[]->customFields[] Changed
  • apideck->crm->activities->create():
    • request->activity->customFields[] Changed
  • apideck->crm->activities->get(): response.data->customFields[] Changed
  • apideck->crm->activities->update():
    • request->activity->customFields[] Changed
  • apideck->filestorage->files->download():
    • request->followRedirects Added
  • apideck->hris->employees->list(): response.data[]->customFields[] Changed
  • apideck->hris->employees->create():
    • request->employee->customFields[] Changed
  • apideck->hris->employees->get(): response.data->customFields[] Changed
  • apideck->hris->employees->update():
    • request->employee->customFields[] Changed
  • apideck->hris->employeeSchedules->list(): response.data->employee->customFields[] Changed
  • apideck->proxy->get():
    • request->followRedirects Added
  • apideck->proxy->options():
    • request->followRedirects Added
  • apideck->proxy->post():
    • request->followRedirects Added
  • apideck->proxy->put():
    • request->followRedirects Added
  • apideck->proxy->patch():
    • request->followRedirects Added
  • apideck->proxy->delete():
    • request->followRedirects Added

View full SDK changelog

OpenAPI Change Summary
├─┬Info
│ └──[🔀] version (5:12)
├─┬Paths
│ ├──[+] path (4538:3)
│ ├──[+] path (4422:3)
│ ├──[+] path (8790:3)
│ ├──[+] path (8709:3)
│ ├─┬/accounting/credit-notes
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[🔀] x-apideck-gotchas (1981:9)
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (2120:9)
│ ├─┬/accounting/purchase-orders
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (4808:9)
│ ├─┬/accounting/attachments/{reference_type}/{reference_id}
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[🔀] x-apideck-gotchas (5683:9)
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (5777:9)
│ ├─┬/accounting/refunds/{id}
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[🔀] x-apideck-gotchas (3540:9)
│ │ ├─┬DELETE
│ │ │ └─┬Extensions
│ │ │   └──[+] x-apideck-gotchas (3639:9)
│ │ └─┬PATCH
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (3593:9)
│ ├─┬/accounting/payments/{id}
│ │ └─┬PATCH
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (3292:9)
│ ├─┬/hris/employees
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (14017:9)
│ ├─┬/accounting/purchase-orders/{id}
│ │ └─┬PATCH
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (4919:9)
│ ├─┬/accounting/credit-notes/{id}
│ │ └─┬PATCH
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (2259:9)
│ ├─┬/accounting/expense-reports/{id}
│ │ └─┬PATCH
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (9108:9)
│ ├─┬/accounting/journal-entries/{id}
│ │ └─┬PATCH
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (4230:9)
│ ├─┬/accounting/expenses
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[🔀] x-apideck-gotchas (6787:9)
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (6873:9)
│ ├─┬/accounting/attachments/{reference_type}/{reference_id}/{id}/download
│ │ └─┬GET
│ │   ├──[+] parameters (18298:13)❌ 
│ │   └─┬Responses
│ │     └─┬200
│ │       └──[🔀] description (52618:20)
│ ├─┬/file-storage/files/{id}/export
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └──[🔀] description (53579:20)
│ ├─┬/accounting/invoices
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (1003:9)
│ ├─┬/file-storage/files/{id}/download
│ │ └─┬GET
│ │   ├──[+] parameters (18298:13)❌ 
│ │   └─┬Responses
│ │     └─┬200
│ │       └──[🔀] description (53579:20)
│ ├─┬/accounting/expense-reports
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (8979:9)
│ ├─┬/accounting/bill-payments
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[🔀] x-apideck-gotchas (6440:9)
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (6543:9)
│ ├─┬/accounting/employees/{id}
│ │ └─┬PATCH
│ │   └─┬Extensions
│ │     └──[+] x-apideck-gotchas (8467:9)
│ ├─┬/accounting/invoice-items
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (1744:9)
│ ├─┬/accounting/journal-entries
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[🔀] x-apideck-gotchas (3893:9)
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (4064:9)
│ ├─┬/accounting/expenses/{id}
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[🔀] x-apideck-gotchas (6950:9)
│ │ └─┬PATCH
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (7007:9)
│ ├─┬/accounting/bills
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[🔀] x-apideck-gotchas (332:9)
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (528:9)
│ ├─┬/accounting/quotes
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (7872:9)
│ ├─┬/accounting/bill-payments/{id}
│ │ └─┬PATCH
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (6682:9)
│ ├─┬/accounting/employees
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (8371:9)
│ ├─┬/accounting/bills/{id}
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[🔀] x-apideck-gotchas (686:9)
│ │ └─┬PATCH
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (742:9)
│ ├─┬/hris/employees/{id}
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (14281:9)
│ ├─┬/accounting/quotes/{id}
│ │ └─┬PATCH
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (7984:9)
│ ├─┬/accounting/invoices/{id}
│ │ └─┬PATCH
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (1201:9)
│ ├─┬/proxy
│ │ ├─┬GET
│ │ │ ├──[+] parameters (18829:13)❌ 
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └──[🔀] description (54134:20)
│ │ ├─┬PUT
│ │ │ ├──[+] parameters (18829:13)❌ 
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └──[🔀] description (54134:20)
│ │ ├─┬POST
│ │ │ ├──[+] parameters (18829:13)❌ 
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └──[🔀] description (54134:20)
│ │ ├─┬DELETE
│ │ │ ├──[+] parameters (18829:13)❌ 
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └──[🔀] description (54134:20)
│ │ ├─┬OPTIONS
│ │ │ ├──[+] parameters (18829:13)❌ 
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └──[🔀] description (54134:20)
│ │ └─┬PATCH
│ │   ├──[+] parameters (18829:13)❌ 
│ │   └─┬Responses
│ │     └─┬200
│ │       └──[🔀] description (54134:20)
│ ├─┬/accounting/payments
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (3149:9)
│ ├─┬/accounting/invoice-items/{id}
│ │ └─┬PATCH
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (1878:9)
│ ├─┬/accounting/refunds
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[🔀] x-apideck-gotchas (3395:9)
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[🔀] x-apideck-gotchas (3493:9)
│ └─┬/crm/opportunities
│   └─┬GET
│     └─┬Extensions
│       └──[🔀] x-apideck-gotchas (10321:9)
└─┬Components
  ├──[+] responses (52240:7)
  ├──[+] responses (52973:7)
  ├──[+] responses (52228:7)
  ├──[+] responses (52967:7)
  ├──[+] responses (52949:7)
  ├──[+] responses (52234:7)
  ├──[+] responses (52222:7)
  ├──[+] responses (52216:7)
  ├──[+] responses (52961:7)
  ├──[+] responses (52955:7)
  ├──[+] parameters (18683:7)
  ├──[+] parameters (18298:7)
  ├──[+] parameters (18675:7)
  ├──[+] schemas (35456:7)
  ├──[+] schemas (35624:7)
  ├──[+] schemas (35789:7)
  ├──[+] schemas (27431:7)
  ├──[+] schemas (27940:7)
  ├──[+] schemas (35606:7)
  ├──[+] schemas (35679:7)
  ├──[+] schemas (35643:7)
  ├──[+] schemas (27831:7)
  ├──[+] schemas (35754:7)
  ├──[+] schemas (27794:7)
  ├──[+] schemas (27872:7)
  ├──[+] schemas (27906:7)
  ├──[+] schemas (35719:7)
  ├─┬BalanceSheetAccount
  │ ├──[+] properties (19987:9)
  │ ├─┬value
  │ │ └──[🔀] $ref (19988:11)❌ 
  │ └─┬Extensions
  │   └──[🔀] x-apideck-weights (20001:9)
  ├─┬BankFeedStatement
  │ └─┬transactions
  │   └─┬Schema
  │     ├──[+] properties (33677:15)
  │     ├─┬reference
  │     │ ├──[🔀] title (33635:24)
  │     │ ├──[+] format (33633:25)❌ 
  │     │ ├──[🔀] description (33631:30)
  │     │ └──[🔀] example (33634:26)
  │     ├─┬transaction_type
  │     │ ├──[-] enum (32165:21)❌ 
  │     │ ├──[-] enum (32160:21)❌ 
  │     │ ├──[-] enum (32161:21)❌ 
  │     │ ├──[-] enum (32162:21)❌ 
  │     │ ├──[-] enum (32163:21)❌ 
  │     │ ├──[-] enum (32164:21)❌ 
  │     │ ├──[🔀] title (33652:24)
  │     │ ├──[🔀] description (33649:30)
  │     │ ├──[🔀] example (33651:26)
  │     │ └─┬Extensions
  │     │   ├──[-] x-apideck-enum-id (32167:36)❌ 
  │     │   └──[-] x-speakeasy-unknown-values (32168:45)❌ 
  │     ├─┬posted_date
  │     │ ├──[🔀] title (33682:24)
  │     │ ├──[-] format (32125:25)❌ 
  │     │ ├──[🔀] description (33678:30)
  │     │ ├──[+] nullable (33681:27)❌ 
  │     │ └──[🔀] example (33680:26)
  │     └─┬source_transaction_id
  │       ├──[🔀] title (33662:24)
  │       ├──[🔀] description (33659:30)
  │       └──[🔀] example (33661:26)
  ├─┬Attachment
  │ ├──[+] properties (30737:9)
  │ ├─┬parent_folder_id
  │ │ ├──[🔀] description (30715:24)
  │ │ └──[🔀] example (30717:20)
  │ ├─┬updated_at
  │ │ └──[🔀] $ref (30725:11)❌ 
  │ ├─┬mime_type
  │ │ └──[🔀] $ref (25026:20)❌ 
  │ ├─┬name
  │ │ ├──[🔀] description (30720:24)
  │ │ └──[🔀] example (30722:20)
  │ ├─┬id
  │ │ └──[🔀] $ref (30738:11)❌ 
  │ ├─┬size
  │ │ └──[🔀] $ref (30774:13)❌ 
  │ ├─┬pass_through
  │ │ └──[🔀] $ref (30743:11)❌ 
  │ ├─┬updated_by
  │ │ └──[🔀] $ref (30649:20)❌ 
  │ ├─┬reference
  │ │ └──[🔀] $ref (27614:20)❌ 
  │ └─┬Extensions
  │   └──[🔀] x-apideck-weights (30760:9)
  ├─┬BankFeedAccount
  │ ├──[+] properties (33518:9)
  │ ├──[+] properties (33512:9)
  │ ├──[+] properties (33495:9)
  │ ├──[+] properties (33493:9)
  │ ├─┬id
  │ │ └──[🔀] $ref (29734:20)❌ 
  │ ├─┬custom_fields
  │ │ └──[🔀] $ref (21645:20)❌ 
  │ ├─┬target_account_number
  │ │ └──[🔀] $ref (20157:20)❌ 
  │ ├─┬currency
  │ │ └──[🔀] $ref (21637:20)❌ 
  │ ├─┬target_account_name
  │ │ ├──[🔀] title (33492:18)
  │ │ ├──[🔀] description (33489:24)
  │ │ └──[🔀] example (33491:20)
  │ ├─┬country
  │ │ └──[🔀] $ref (33513:11)❌ 
  │ ├─┬source_account_id
  │ │ ├──[+] enum (33531:15)
  │ │ ├──[+] enum (33532:15)
  │ │ ├──[🔀] title (33533:18)
  │ │ ├──[🔀] description (33527:24)
  │ │ ├──[🔀] example (33529:20)
  │ │ └─┬Extensions
  │ │   ├──[+] x-apideck-enum-id (33534:30)
  │ │   └──[+] x-speakeasy-unknown-values (33535:39)
  │ ├─┬created_by
  │ │ └──[🔀] $ref (34294:20)❌ 
  │ ├─┬custom_mappings
  │ │ └──[🔀] $ref (21917:20)❌ 
  │ ├─┬target_account_id
  │ │ └──[🔀] $ref (25026:20)❌ 
  │ ├─┬updated_at
  │ │ └──[🔀] $ref (20181:20)❌ 
  │ ├─┬bank_account_type
  │ │ ├──[-] enum (31995:15)❌ 
  │ │ ├──[-] enum (31996:15)❌ 
  │ │ ├──[🔀] type (33520:17)❌ 
  │ │ ├──[🔀] title (33523:18)
  │ │ ├──[🔀] description (33519:24)
  │ │ ├──[+] nullable (33522:21)❌ 
  │ │ ├──[🔀] example (33521:20)
  │ │ └─┬Extensions
  │ │   ├──[-] x-apideck-enum-id (31998:30)❌ 
  │ │   └──[-] x-speakeasy-unknown-values (31999:39)❌ 
  │ ├─┬updated_by
  │ │ └──[🔀] $ref (33498:11)❌ 
  │ ├─┬feed_status
  │ │ ├──[-] enum (32027:15)❌ 
  │ │ ├──[-] enum (32028:15)❌ 
  │ │ ├──[+] items (33541:13)❌ 
  │ │ ├──[🔀] type (33539:17)❌ 
  │ │ ├──[-] title (32029:18)
  │ │ ├──[-] description (32023:24)
  │ │ ├──[-] example (32025:20)
  │ │ └─┬Extensions
  │ │   ├──[-] x-apideck-enum-id (32030:30)❌ 
  │ │   └──[-] x-speakeasy-unknown-values (32031:39)❌ 
  │ ├─┬created_at
  │ │ └──[🔀] $ref (33479:11)❌ 
  │ └─┬Extensions
  │   └──[🔀] x-apideck-weights (33560:9)
  ├─┬Opportunity
  │ └─┬title
  │   └──[-] minLength (38648:22)❌ 
  ├─┬BalanceSheetAccountRecord
  │ ├──[+] properties (20027:9)
  │ ├─┬value
  │ │ └──[🔀] $ref (20028:11)❌ 
  │ └─┬Extensions
  │   └──[🔀] x-apideck-weights (20039:9)
  ├─┬RefundType
  │ ├──[+] enum (29127:11)
  │ └──[🔀] description (29120:20)
  ├─┬Refund
  │ └─┬line_items
  │   └──[🔀] description (28949:24)
  └─┬CustomField
    ├──[+] properties (22495:9)
    ├─┬value
    │ ├──[+] type (22497:17)❌ 
    │ ├──[+] title (22500:18)
    │ ├──[+] description (22496:24)
    │ ├──[+] nullable (22499:21)❌ 
    │ ├──[+] example (22498:20)
    │ ├──[-] anyOf (21281:15)❌ 
    │ ├──[-] anyOf (21284:15)❌ 
    │ ├──[-] anyOf (21287:15)❌ 
    │ ├──[-] anyOf (21290:15)❌ 
    │ └──[-] anyOf (21295:15)❌ 
    └─┬Extensions
      └──[🔀] x-apideck-weights (22553:9)
Document Element Total Changes Breaking Changes
info 1 0
paths 62 8
components 130 45

View full report

Linting Report 0 errors, 1 warnings, 92 hints

View full report

PHP CHANGELOG

No relevant generator changes

Based on Speakeasy CLI 1.793.2

Last updated by Speakeasy workflow

@github-actions github-actions Bot added the patch Patch version bump label Aug 7, 2026
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1786072592 branch 2 times, most recently from 0131f37 to 4e8d771 Compare August 7, 2026 06:46
@github-actions github-actions Bot changed the title chore: 🐝 Update SDK - Generate 0.22.1 chore: 🐝 Update SDK - Generate 0.23.0 Aug 7, 2026
@github-actions github-actions Bot added minor Minor version bump and removed patch Patch version bump labels Aug 7, 2026
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1786072592 branch 24 times, most recently from 5fa6f1a to 8636d0d Compare August 11, 2026 14:27
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1786072592 branch 16 times, most recently from 7e9588e to a889789 Compare August 14, 2026 12:06
* `apideck->accounting->refunds->list()`:  `response.data[]` **Changed** (Breaking ⚠️)
* `apideck->accounting->refunds->get()`:  `response.data` **Changed** (Breaking ⚠️)
* `apideck->accounting->salesReceipts->list()`: **Added**
* `apideck->accounting->salesReceipts->create()`: **Added**
* `apideck->accounting->salesReceipts->get()`: **Added**
* `apideck->accounting->salesReceipts->update()`: **Added**
* `apideck->accounting->salesReceipts->delete()`: **Added**
* `apideck->accounting->paymentMethods->list()`: **Added**
* `apideck->accounting->paymentMethods->create()`: **Added**
* `apideck->accounting->paymentMethods->get()`: **Added**
* `apideck->accounting->paymentMethods->update()`: **Added**
* `apideck->accounting->paymentMethods->delete()`: **Added**
* `apideck->accounting->taxRates->list()`:  `response.data[]->customFields[]` **Changed**
* `apideck->accounting->taxRates->create()`: 
  *  `request->taxRate->customFields[]` **Changed**
* `apideck->accounting->taxRates->get()`:  `response.data->customFields[]` **Changed**
* `apideck->accounting->taxRates->update()`: 
  *  `request->taxRate->customFields[]` **Changed**
* `apideck->accounting->bills->list()`:  `response.data[]->customFields[]` **Changed**
* `apideck->accounting->bills->create()`: 
  *  `request->bill->customFields[]` **Changed**
* `apideck->accounting->bills->get()`:  `response.data->customFields[]` **Changed**
* `apideck->accounting->bills->update()`: 
  *  `request->bill->customFields[]` **Changed**
* `apideck->accounting->invoices->list()`:  `response.data[]->lineItems[]->customFields[]` **Changed**
* `apideck->accounting->invoices->create()`: 
  *  `request->invoice->lineItems[]->customFields[]` **Changed**
* `apideck->accounting->invoices->get()`:  `response.data->lineItems[]->customFields[]` **Changed**
* `apideck->accounting->invoices->update()`: 
  *  `request->invoice->lineItems[]->customFields[]` **Changed**
* `apideck->accounting->ledgerAccounts->list()`:  `response.data[]->customFields[]` **Changed**
* `apideck->accounting->ledgerAccounts->create()`: 
  *  `request->ledgerAccount->customFields[]` **Changed**
* `apideck->accounting->ledgerAccounts->get()`:  `response.data->customFields[]` **Changed**
* `apideck->accounting->ledgerAccounts->update()`: 
  *  `request->ledgerAccount->customFields[]` **Changed**
* `apideck->accounting->creditNotes->list()`:  `response.data[]->lineItems[]->customFields[]` **Changed**
* `apideck->accounting->creditNotes->create()`: 
  *  `request->creditNote->lineItems[]->customFields[]` **Changed**
* `apideck->accounting->creditNotes->get()`:  `response.data->lineItems[]->customFields[]` **Changed**
* `apideck->accounting->creditNotes->update()`: 
  *  `request->creditNote->lineItems[]->customFields[]` **Changed**
* `apideck->accounting->customers->list()`:  `response.data[]->customFields[]` **Changed**
* `apideck->accounting->customers->create()`: 
  *  `request->customer->customFields[]` **Changed**
* `apideck->accounting->customers->get()`:  `response.data->customFields[]` **Changed**
* `apideck->accounting->customers->update()`: 
  *  `request->customer->customFields[]` **Changed**
* `apideck->accounting->suppliers->list()`:  `response.data[]->customFields[]` **Changed**
* `apideck->accounting->suppliers->create()`: 
  *  `request->supplier->customFields[]` **Changed**
* `apideck->accounting->suppliers->get()`:  `response.data->customFields[]` **Changed**
* `apideck->accounting->suppliers->update()`: 
  *  `request->supplier->customFields[]` **Changed**
* `apideck->accounting->payments->list()`:  `response.data[]->customFields[]` **Changed**
* `apideck->accounting->payments->create()`: 
  *  `request->payment->customFields[]` **Changed**
* `apideck->accounting->payments->get()`:  `response.data->customFields[]` **Changed**
* `apideck->accounting->payments->update()`: 
  *  `request->payment->customFields[]` **Changed**
* `apideck->accounting->refunds->create()`: 
  *  `request->refund` **Changed**
* `apideck->accounting->refunds->update()`: 
  *  `request->refund` **Changed**
* `apideck->accounting->companyInfo->get()`:  `response.data->defaultSalesTax->customFields[]` **Changed**
* `apideck->accounting->journalEntries->list()`:  `response.data[]->customFields[]` **Changed**
* `apideck->accounting->journalEntries->create()`: 
  *  `request->journalEntry->customFields[]` **Changed**
* `apideck->accounting->journalEntries->get()`:  `response.data->customFields[]` **Changed**
* `apideck->accounting->journalEntries->update()`: 
  *  `request->journalEntry->customFields[]` **Changed**
* `apideck->accounting->generalLedgerTransactions->list()`:  `response.data[]->customFields[]` **Changed**
* `apideck->accounting->generalLedgerTransactions->get()`:  `response.data->customFields[]` **Changed**
* `apideck->accounting->purchaseOrders->list()`:  `response.data[]->lineItems[]->customFields[]` **Changed**
* `apideck->accounting->purchaseOrders->create()`: 
  *  `request->purchaseOrder->lineItems[]->customFields[]` **Changed**
* `apideck->accounting->purchaseOrders->get()`:  `response.data->lineItems[]->customFields[]` **Changed**
* `apideck->accounting->purchaseOrders->update()`: 
  *  `request->purchaseOrder->lineItems[]->customFields[]` **Changed**
* `apideck->accounting->attachments->list()`:  `response.data[]->fileUrl` **Added**
* `apideck->accounting->attachments->get()`:  `response.data->fileUrl` **Added**
* `apideck->accounting->attachments->download()`: 
  *  `request->followRedirects` **Added**
* `apideck->accounting->bankAccounts->list()`:  `response.data[]->customFields[]` **Changed**
* `apideck->accounting->bankAccounts->create()`: 
  *  `request->accountingBankAccount->customFields[]` **Changed**
* `apideck->accounting->bankAccounts->get()`:  `response.data->customFields[]` **Changed**
* `apideck->accounting->bankAccounts->update()`: 
  *  `request->accountingBankAccount->customFields[]` **Changed**
* `apideck->accounting->billPayments->list()`:  `response.data[]->customFields[]` **Changed**
* `apideck->accounting->billPayments->create()`: 
  *  `request->billPayment->customFields[]` **Changed**
* `apideck->accounting->billPayments->get()`:  `response.data->customFields[]` **Changed**
* `apideck->accounting->billPayments->update()`: 
  *  `request->billPayment->customFields[]` **Changed**
* `apideck->accounting->expenses->list()`:  `response.data[]->customFields[]` **Changed**
* `apideck->accounting->expenses->create()`: 
  *  `request->expense->customFields[]` **Changed**
* `apideck->accounting->expenses->get()`:  `response.data->customFields[]` **Changed**
* `apideck->accounting->expenses->update()`: 
  *  `request->expense->customFields[]` **Changed**
* `apideck->accounting->bankFeedAccounts->list()`:  `response.data[]` **Changed**
* `apideck->accounting->bankFeedAccounts->create()`: 
  *  `request->bankFeedAccount` **Changed**
* `apideck->accounting->bankFeedAccounts->get()`:  `response.data` **Changed**
* `apideck->accounting->bankFeedAccounts->update()`: 
  *  `request->bankFeedAccount` **Changed**
* `apideck->accounting->bankFeedStatements->list()`:  `response.data[]->transactions[]->merchantCategoryCode` **Added**
* `apideck->accounting->bankFeedStatements->create()`: 
  *  `request->bankFeedStatement->transactions[]->merchantCategoryCode` **Added**
* `apideck->accounting->bankFeedStatements->get()`:  `response.data->transactions[]->merchantCategoryCode` **Added**
* `apideck->accounting->bankFeedStatements->update()`: 
  *  `request->bankFeedStatement->transactions[]->merchantCategoryCode` **Added**
* `apideck->accounting->quotes->list()`:  `response.data[]->lineItems[]->customFields[]` **Changed**
* `apideck->accounting->quotes->create()`: 
  *  `request->quote->lineItems[]->customFields[]` **Changed**
* `apideck->accounting->quotes->get()`:  `response.data->lineItems[]->customFields[]` **Changed**
* `apideck->accounting->quotes->update()`: 
  *  `request->quote->lineItems[]->customFields[]` **Changed**
* `apideck->accounting->projects->list()`:  `response.data[]->customFields[]` **Changed**
* `apideck->accounting->projects->create()`: 
  *  `request->project->customFields[]` **Changed**
* `apideck->accounting->projects->get()`:  `response.data->customFields[]` **Changed**
* `apideck->accounting->projects->update()`: 
  *  `request->project->customFields[]` **Changed**
* `apideck->accounting->employees->list()`:  `response.data[]->customFields[]` **Changed**
* `apideck->accounting->employees->create()`: 
  *  `request->accountingEmployee->customFields[]` **Changed**
* `apideck->accounting->employees->get()`:  `response.data->customFields[]` **Changed**
* `apideck->accounting->employees->update()`: 
  *  `request->accountingEmployee->customFields[]` **Changed**
* `apideck->accounting->expenseReports->list()`:  `response.data[]->customFields[]` **Changed**
* `apideck->accounting->expenseReports->create()`: 
  *  `request->expenseReport->customFields[]` **Changed**
* `apideck->accounting->expenseReports->get()`:  `response.data->customFields[]` **Changed**
* `apideck->accounting->expenseReports->update()`: 
  *  `request->expenseReport->customFields[]` **Changed**
* `apideck->ats->jobs->list()`:  `response.data[]->customFields[]` **Changed**
* `apideck->ats->jobs->create()`: 
  *  `request->job->customFields[]` **Changed**
* `apideck->ats->jobs->get()`:  `response.data->customFields[]` **Changed**
* `apideck->ats->jobs->update()`: 
  *  `request->job->customFields[]` **Changed**
* `apideck->ats->applicants->list()`:  `response.data[]->customFields[]` **Changed**
* `apideck->ats->applicants->create()`: 
  *  `request->applicant->customFields[]` **Changed**
* `apideck->ats->applicants->get()`:  `response.data->customFields[]` **Changed**
* `apideck->ats->applicants->update()`: 
  *  `request->applicant->customFields[]` **Changed**
* `apideck->crm->companies->list()`:  `response.data[]->customFields[]` **Changed**
* `apideck->crm->companies->create()`: 
  *  `request->company1->customFields[]` **Changed**
* `apideck->crm->companies->get()`:  `response.data->customFields[]` **Changed**
* `apideck->crm->companies->update()`: 
  *  `request->company1->customFields[]` **Changed**
* `apideck->crm->contacts->list()`:  `response.data[]->customFields[]` **Changed**
* `apideck->crm->contacts->create()`: 
  *  `request->contact->customFields[]` **Changed**
* `apideck->crm->contacts->get()`:  `response.data->customFields[]` **Changed**
* `apideck->crm->contacts->update()`: 
  *  `request->contact->customFields[]` **Changed**
* `apideck->crm->opportunities->list()`:  `response.data[]->customFields[]` **Changed**
* `apideck->crm->opportunities->create()`: 
  *  `request->opportunity->customFields[]` **Changed**
* `apideck->crm->opportunities->get()`:  `response.data->customFields[]` **Changed**
* `apideck->crm->opportunities->update()`: 
  *  `request->opportunity->customFields[]` **Changed**
* `apideck->crm->leads->list()`:  `response.data[]->customFields[]` **Changed**
* `apideck->crm->leads->create()`: 
  *  `request->lead->customFields[]` **Changed**
* `apideck->crm->leads->get()`:  `response.data->customFields[]` **Changed**
* `apideck->crm->leads->update()`: 
  *  `request->lead->customFields[]` **Changed**
* `apideck->crm->lists->list()`:  `response.data[]->customFields[]` **Changed**
* `apideck->crm->lists->get()`:  `response.data->customFields[]` **Changed**
* `apideck->crm->activities->list()`:  `response.data[]->customFields[]` **Changed**
* `apideck->crm->activities->create()`: 
  *  `request->activity->customFields[]` **Changed**
* `apideck->crm->activities->get()`:  `response.data->customFields[]` **Changed**
* `apideck->crm->activities->update()`: 
  *  `request->activity->customFields[]` **Changed**
* `apideck->filestorage->files->download()`: 
  *  `request->followRedirects` **Added**
* `apideck->hris->employees->list()`:  `response.data[]->customFields[]` **Changed**
* `apideck->hris->employees->create()`: 
  *  `request->employee->customFields[]` **Changed**
* `apideck->hris->employees->get()`:  `response.data->customFields[]` **Changed**
* `apideck->hris->employees->update()`: 
  *  `request->employee->customFields[]` **Changed**
* `apideck->hris->employeeSchedules->list()`:  `response.data->employee->customFields[]` **Changed**
* `apideck->proxy->get()`: 
  *  `request->followRedirects` **Added**
* `apideck->proxy->options()`: 
  *  `request->followRedirects` **Added**
* `apideck->proxy->post()`: 
  *  `request->followRedirects` **Added**
* `apideck->proxy->put()`: 
  *  `request->followRedirects` **Added**
* `apideck->proxy->patch()`: 
  *  `request->followRedirects` **Added**
* `apideck->proxy->delete()`: 
  *  `request->followRedirects` **Added**
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1786072592 branch from 0a29899 to 875567d Compare August 14, 2026 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

minor Minor version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant